home *** CD-ROM | disk | FTP | other *** search
/ Digital Photo Album: Houko Kuwashima / Digital Photo Album: Houko Kuwashima.iso / making.dxr / 00017.ls < prev    next >
Encoding:
Text File  |  1998-10-09  |  667 b   |  22 lines

  1. on mouseUp
  2.   global photocast, moviecast, moviebtncast
  3.   if the visible of sprite photocast = 1 then
  4.     set the visible of sprite photocast to 0
  5.     set the castNum of sprite photocast to member "rep_photo_core"
  6.   end if
  7.   case the frame of
  8.     "3":
  9.       set targetcast to "03_├«├¡2.MOV"
  10.     "5":
  11.       set targetcast to "05_├ëe├ëB├à[├ë^├ëC├ë├ä.MOV"
  12.     "8":
  13.       set targetcast to "09_├⌐R├¼├╛.MOV"
  14.   end case
  15.   set the castNum of sprite moviecast to member targetcast
  16.   set the visible of sprite moviecast to 1
  17.   set the visible of sprite moviebtncast to 1
  18.   set the visible of sprite 42 to 1
  19.   set the visible of sprite 43 to 1
  20.   puppetSound(1, "CLICK.aif")
  21. end
  22.